From 84653558fe4c6c54f8aba922302895ab9cd61de6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 10 Jun 2024 18:10:03 +0300 Subject: [PATCH] ; Another fix of non-ASCII characters in Emacs manual. --- doc/emacs/custom.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 78738e0c22b..6bf4cbe00df 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1988,7 +1988,7 @@ sequences. For example, to bind @kbd{C-c h} to the string @end example Non-@acronym{ASCII} characters can be specified directly in the -string. To bind to e.g. @samp{olá}, use: +string. To bind to e.g. @samp{ol@'a}, use: @example (keymap-global-set "C-c h" (key-description "ol@'a")) -- 2.30.2